﻿/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #2b7bc6;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #156dce;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #156dce;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #156dce;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #eeeeee;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}

.pr {
	position: relative;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	padding: 0px 50px;
}

.head {
	background: #fff;
	height: 130px;
	box-shadow: 0px 0px 5px #ccc;
}

.head .logo {
	padding-top: 35px;
}

.head .dh {
	padding-top: 50px;
}

.nav {
	height: 60px;
	position: relative;
	z-index: 10;
	text-align: center;
}

.nav .nLi {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.nav .nLi h3 a {
	display: inline-block;
	color: #333;
	height: 40px;
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	padding: 0px 17px;
	position: relative;
}

.nav .nLi h3 a:hover {
	color: #fff;
	color: #2b7bc6;
}

.nav .nLi .sub {
	display: none;
	overflow: hidden;
}

.nav .nLi:hover .sub {
	display: block;
	border: 1px solid #edecec;
	left: 0px;
	top: 40px;
	background: #fff;
	position: absolute;
	color: #333;
	padding: 0px 0px;
}

.nav .sub li {
	min-width: 105px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	border-bottom: 1px dashed #edecec;
}

.nav .sub li a {
	padding: 0px 10px;
	color: #333;
	display: block;
	font-size: 14px;
	text-align: center;
	border-left: 5px solid #fff;
}

.nav .sub a:hover {
	color: #2b7bc6;
	border-left: 5px solid #2b7bc6;
}

.nav .on h3 a {
	color: #2b7bc6;
}

.nav .on h3 a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: linear-gradient(to right, #166bcc, #00b8fe);
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

.nav .nLi:hover h3 a {
	color: #2b7bc6;
}

.nav .nLi:hover h3 a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: linear-gradient(to right, #166bcc, #00b8fe);
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

.tub {
	display: flex;
	margin-top: 8px;
	vertical-align: middle;
}

.tub a {
	font-size: 23px;
	margin-top: -4px;
}

.tub a img{ width: 20px; height: auto;}

.tub .search a{ margin-top: 0px;}


.search {
	position: relative;
	margin-right: 15px;
	padding-left: 15px;
	border-left: 2px solid #ddd;
}

.search .close {
	display: none;
}

.search_xl {
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}

.search_xl .text {
	border: 0px;
	background: none;
	height: 40px;
	line-height: 40px;
	width: 115px;
	color: #333;
	font-size: 14px;
	width: calc(100% - 25px);
}

.search_xl .anniu {
	width: 25px;
	height: 40px;
	vertical-align: sub;
	border: 0px;
	background: none;
	font-size: 18px;
}


.phone-header {
	display: none;
}



.in_banner {
	height: 80vh;
}


.in_banner .swiper-slide {
	position: relative;


}

.in_banner .swiper-slide .b_img {
	position: absolute;
	width: 88%;
	height: 88%;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.in_banner .swiper-slide::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.6)
}

.in_banner .swiper-slide-active {
	width: 80% !important;
}

.in_banner .swiper-slide-active:after {
	background: none;
}

.in_banner .swiper-slide-active .b_img {
	width: 100%;
	height: 100%;
}

.in_banner .swiper-slide .p_img {
	display: none;
}

.in_banner .swiper-slide .p_img img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .nr {
	position: absolute;
	width: 50%;
	z-index: 10;
	left: 0%;
	bottom: 0px;
	height: 50%;
	color: #fff;
	box-sizing: border-box;
	padding:0px 5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(rgba(59, 197, 255, 0.6), rgba(76, 156, 235, 0.6));
	border-radius: 0px 5px 0px 0px;
}

.in_banner .swiper-slide .nr p {
	font-size: 14px;
}

.in_banner .swiper-slide .nr h2 a {
	display: block;
	font-size: 45px;
	color: #fff;
	padding: 10px 0px;
}

.in_banner .swiper-slide .nr h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.in_banner .swiper-slide .nr span {
	padding-top: 10px;
}

.in_banner .swiper-slide .nr span a {
	width: 165px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	color: #2990f9;
	display: block;
}

.in_banner .swiper-slide .nr span a:hover {
	background: #2990f9;
	color: #fff;
}

.in_banner .swiper-pagination {
	position: absolute;
	bottom: 0px !important;
	width: 15% !important;
	left: 10% !important;
	height: 50% !important;
	background: url(../images/index_05.jpg) no-repeat;
	background-size: cover;
	border-right: 5px solid #fff;
	padding-top: 15px;
	border-radius: 5px 0px 0px 0px;
}

.in_banner .swiper-pagination::after {
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	content: '';
	top: 100px;
	left: 0px;
}

.in_banner .swiper-pagination span {
	width: 10px;
	height: 10px;
	opacity: 0.6;
	background: #fff;
}

.in_banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.in_banner .swiper-button-prev,
.in_banner .swiper-button-next {
	background: none;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	opacity: 0.6;
}


.in_banner1{ padding-top: 35px;}
.in_banner1_left{ width: 63%;}
.in_banner1_left .swiper-slide{ height: auto;}
.in_banner1_left .swiper-slide a{ display: block; background-size: cover; background-position: top center;}
.in_banner1_left .swiper-slide a img{ width: auto; height: 540px;}
.in_banner1_left .swiper-pagination{ text-align: right; padding-right: 10px;}
.in_banner1_left .swiper-pagination span{ opacity: 1; background: #fff;}
.in_banner1_left .swiper-pagination .swiper-pagination-bullet-active{ background: #127eea;}


.in_banner1_right{ width: 34%;}
.in_banner1_right .bt{ background: url(../images/banner1_rightbj.jpg) no-repeat; background-size: cover; height: 55px; line-height: 55px; font-size: 18px; color: #fff; text-align: center;}
.in_banner1_right ul{ padding: 10px;}
.in_banner1_right ul li{ height: 46px; line-height: 46px; border-bottom: 1px solid #eee;}
.in_banner1_right ul li a{ font-size: 15px; overflow: hidden;	text-overflow:ellipsis; white-space: nowrap; display: block;}
.in_banner1_right ul li span{ float: right; font-size: 15px; padding-left: 10px;}


.in_box {
	padding: 40px 0px;
	margin: 40px 0px;
	background: url(../images/in_newsbj.png) no-repeat; background-size: contain;
}

.in_box .container{ display: flex;}

.in_box .title {
	font-size: 32px;
	color: #333;
	margin-bottom: 15px;
	width: 150px;
}
.in_box .title h2{ font-weight: bold;}

.in_box .title h3{ color: #ccc; font-size: 14px; text-transform: uppercase;}

.in_box .title span{ display: block; text-transform: uppercase;}
.in_box .title span a{ font-size: 13px; color: #2990f9;}
.in_box .title span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box .title span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}

.in_box .in_box_nr{ width: 100%; margin-right: -15%; padding: 20px 0px; padding-left: 20px;}

.in_box .in_box-next,.in_box .in_box-prev{ position: static; display: inline-block; width: 50px; height: 50px; line-height: 50px; margin-top: 20px; text-align: center;  background: #fff; box-shadow: 0px 0px 3px #ddd; border-radius: 50%;}
.in_box .in_box-next:hover,.in_box .in_box-prev:hover{ box-shadow: 0px 0px 8px #999;}

.in_box .in_box-next img,.in_box .in_box-prev img{ margin-top: 20px;}


.in_box_nr .swiper-slide{ background: #fff; box-shadow: 0px 5px 15px #ccc; border-radius: 15px; position: relative;}
.in_box_nr .swiper-slide .img{ position: relative;  border-radius: 15px; margin-left: -20px; margin-right: 20px; margin-top: -20px; box-shadow: 0px 3px 5px #ddd; overflow: hidden;}
.in_box_nr .swiper-slide .img a{ background-size: cover; background-repeat: no-repeat; transform: scale(1); transition: all 0.5s ease 0s; display: block; background-position: center center;}
.in_box_nr .swiper-slide .img a:hover{ transform: scale(1.1); transition: all 0.5s ease 0s;}
.in_box_nr .swiper-slide .img span{ display: block; width: 87px; height: 23px; line-height: 23px; text-align: center; color: #fff; position: absolute; bottom: 0px; left: 20px; background: #3cc3fe; border-radius: 10px 10px 0px 0px;}
.in_box_nr .swiper-slide .img img{ width: 100%; height: auto;}

.in_box_nr .swiper-slide .nr{ padding: 15px; padding-bottom: 35px;}
.in_box_nr .swiper-slide .nr h2 a{ font-size: 16px; color: #333; overflow: hidden;
	height: 38px;
	display: block;}
.in_box_nr .swiper-slide .nr h2 a:hover{ color: #2990f9;}
.in_box_nr .swiper-slide .nr p{ font-size: 13px; padding-top: 5px;}
.in_box_nr .swiper-slide .more{ position: absolute; bottom: -20px; left: 15px;}
.in_box_nr .swiper-slide .more a{ display: block; width: 105px; height: 40px; line-height: 40px; background: linear-gradient(to right, #3bc5ff, #4c9dec); font-size: 14px; color: #fff; text-align: center; border-radius: 3px;}
.in_box_nr .swiper-slide .more a:hover{ background: linear-gradient(to left, #3bc5ff, #4c9dec);}


.in_box2 .container{ display: flex;}
.in_box2 .title{ width: 130px;}
.in_box2 .nr{ width: calc(100% - 130px);}
.in_box2 .nr ul{ margin-right: -30px;}
.in_box2 .nr ul li{ width:calc(25% - 30px); float: left; margin-right: 30px;}
.in_box2 .nr ul li a{ width: 100%; height: 90px; line-height: 90px; text-align: center; font-size: 26px; display: block; border-radius: 3px; box-shadow: 0px 5px 5px #ccc; color: #fff;}


.in_box3{ background: url(../images/in_kydtbj.png) no-repeat top center; margin: 40px 0px; padding: 40px 0px;}
.in_box3_l{ width: 65%;}
.in_box3_l .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box3_l .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box3_l ul{ margin-top: 15px; display: flex;}
.in_box3_l ul li{ width:calc(33.3% - 10px); margin-right: 10px;}
.in_box3_l ul li:nth-child(3){ margin-right: 10px;}
.in_box3_l ul li .img{ overflow: hidden;}
.in_box3_l ul li .video a{ position: relative;}
.in_box3_l ul li .video a::after{ position: absolute; content: ''; background:url(../images/video_bf.png) no-repeat; background-size: cover; width: 100%; height: 100%; top: 0px; left: 0px;}
.in_box3_l ul li .video a:hover::after{transform: scale(1);}
.in_box3_l ul li .img a{ display: block; background-size:cover; background-repeat: no-repeat; background-position: top center; transform: scale(1); transition: all 0.5s ease 0s;}
.in_box3_l ul li .img a:hover{transform: scale(1.1); transition: all 0.5s ease 0s;}
.in_box3_l ul li .img img{ width: 100%;}
.in_box3_l ul li .fle{ height: 35px; line-height: 35px; box-shadow: 0px 0px 5px #ccc; padding-left: 25px; vertical-align: sub; background: #fff;}
.in_box3_l ul li .fle a{ display: block; font-size: 14px;}
.in_box3_l ul li .fle img{ margin-right: 5px;}
.in_box3_l ul li .nr{ padding: 15px 10px;}
.in_box3_l ul li .nr h2 a{ display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; padding-bottom: 10px; font-size: 15px; color: #333;}
.in_box3_l ul li .nr p{ font-size: 13px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.in_box3_l ul li .nr span a{ display: block; padding-top: 10px; font-size: 14px; color: #4c9dec;}
.in_box3_l ul li .nr span a img{ margin-left: 5px;}


.in_banner2 .swiper-wrapper{ height: auto;}
.in_banner3 .swiper-wrapper{ height: auto;}
.in_banner4 .swiper-wrapper{ height: auto;}

.in_box3_r{ width: 33%; box-shadow: 0px 0px 8px #ccc; border-radius: 5px; overflow: hidden; background: #fff;}
.in_box3_r .bt{ height: 55px; line-height: 55px; background: #f2f2f2; padding: 0px 10px; font-size: 18px; color: #4c9dec;}
.in_box3_r .bt span{ float: right; font-size: 13px;}
.in_box3_r ul{ padding: 10px;}
.in_box3_r ul li{ height: 40px; line-height: 40px; border-bottom: 1px solid #eee;}
.in_box3_r ul li a{ font-size: 15px; overflow: hidden;	text-overflow:ellipsis; white-space: nowrap; display: block;}


.in_box4{ background: url(../images/in_gbrsbj.png) no-repeat; background-size: cover; padding: 40px 0px;}
.in_box4_l{ width: 65%; display:flex; justify-content: space-between;}
.in_gnbrs{ width: 54%;}
.in_gnbrs .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_gnbrs .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_gnbrs .bt span{ float: right; text-transform: uppercase; padding-top: 20px;}
.in_gnbrs .bt span a{ font-size: 13px; color: #2990f9;}
.in_gnbrs .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_gnbrs .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}

.in_gnbrs ul{ padding-top: 35px;}
.in_gnbrs ul li{ margin-bottom: 20px;}
.in_gnbrs ul li span{ font-size: 12px; }
.in_gnbrs ul li h2 a{ display: block; color: #333; font-size: 18px; font-weight: bold; padding: 10px 0px;}
.in_gnbrs ul li b{ display: block; width: 32px; height: 2px; background: #2990f9;}
.in_gnbrs ul li p{ font-size: 14px; padding-top: 12px; display: block;}

//.in_bwcx{ width: 38%; padding-top: 140px;}
.in_bwcx{ width: 38%; padding-top: 0px;}
.in_bwcx ul li:nth-child(1){ margin-bottom: 15px;}
.in_bwcx ul li a{ display: block; overflow: hidden;}
.in_bwcx ul li a h2{ overflow: hidden; display: block;}
.in_bwcx ul li a h2 img{ width: 100%; height: auto; transform: scale(1); transition: all 0.5s ease 0s;}
.in_bwcx ul li a:hover img{ transform: scale(1.1); transition: all 0.5s ease 0s;}
.in_bwcx ul li a span{ display: block; text-align: center; height: 47px;  font-size: 15px; font-weight: bold; color: #333;}


.in_box4_r{ width: 33%;}
.in_box4_r .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box4_r .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box4_r .bt span{ float: right; text-transform: uppercase; padding-top: 20px;}
.in_box4_r .bt span a{ font-size: 13px; color: #2990f9;}
.in_box4_r .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box4_r .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}
.in_box4_r ul{ padding-top: 45px;}
.in_box4_r ul li a{ font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; line-height: 40px;}
.in_box4_r ul li p{ color: #999; float: right; padding-left: 10px; line-height: 32px;}

.in_box5{ background: url(../images/in_tjjcbj1.jpg) no-repeat center center; height: 400px; text-align: center; display: flex; align-items: center; justify-content: center; background-attachment: fixed; background-size: 100% auto;}
.in_box5 img{ max-width: 1127px; width: 90%; height: auto;}


.in_box6{ background: url(../images/in_dqgz.png) no-repeat; background-size: cover; padding: 40px 0px;}
.in_box6 .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box6 .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box6 .bt span{ float: right; text-transform: uppercase; padding-top: 20px;}
.in_box6 .bt span a{ font-size: 13px; color: #2990f9;}
.in_box6 .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box6 .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}

.in_box6 .in_box6_l{ width: 38%;}
.in_box6 .in_box6_l ul{ padding-top: 25px;}
.in_box6 .in_box6_l ul li{ margin-bottom: 20px;}
.in_box6 .in_box6_l ul li span{ font-size: 12px; }
.in_box6 .in_box6_l ul li h2 a{ display: block; color: #333; font-size: 18px; font-weight: bold; padding: 10px 0px;}
.in_box6 .in_box6_l ul li b{ display: block; width: 32px; height: 2px; background: #2990f9;}
.in_box6 .in_box6_l ul li p{ font-size: 14px; padding-top: 12px; display: block;}


.in_box6 .in_box6_z{ width: 29%; padding: 0px 35px;}
.in_box6 .in_box6_z ul{ padding-top: 25px;}
.in_box6 .in_box6_z ul li{ float: left; width: 100%; margin-bottom: 20px;}
.in_box6 .in_box6_z ul li img{ width: 100%; height: auto; border-radius: 5px;}


.in_box6 .in_box6_r{ width: 33%;}

.in_box6 .in_box6_r ul{ padding-top: 25px;}
.in_box6 .in_box6_r ul li a{ font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; line-height: 40px;}
.in_box6 .in_box6_r ul li p{ display: inline-block; color: #999; float: right; padding-left: 10px; line-height: 32px;}

.in_box66{  background: url(../images/in_tsqk.png) no-repeat; background-size: cover; padding: 40px 0px;}
.in_box66 .container{ position: relative;}

.in_box66 .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box66 .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box66 .bt span{ float: right; text-transform: uppercase; padding-top: 20px;}
.in_box66 .bt span a{ font-size: 13px; color: #2990f9;}
.in_box66 .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box66 .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}

.gallery-top {
	height: 630px;
	width: 100%;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.gallery-top .swiper-wrapper{ height: auto;}
.gallery-top .swiper-slide{display: flex;
	justify-content: space-between;
	align-items: center;}
.gallery-top .swiper-slide .img{width: 80%; height: 630px; background-repeat: no-repeat; background-position: center center; background-size: cover; background: #f9f9f9; display: flex; align-items: center; padding-left: 30px;}
.gallery-top .swiper-slide .img img{display: block; max-width: 615px; width: 66%; height: auto;}
.gallery-top .swiper-slide .wz{width: 80%; height:500px; position: relative; z-index: 2; margin-right: 5px; margin-left: -20%; background: url(../images/index_35.jpg) no-repeat top right #fff; box-shadow: 0px 0px 5px #ccc;}
.gallery-top .swiper-slide .wz .txt{box-sizing: border-box; position: relative; padding: 5%;}
.gallery-top .swiper-slide .wz .bt{margin-bottom: 30px;}
.gallery-top .swiper-slide .wz .bt p{font-size: 16px; margin-bottom: 5px; color: #999;}
.gallery-top .swiper-slide .wz .bt h2{font-size: 36px; color: #333;}
.gallery-top .swiper-slide.wz .nr{height: 180px; overflow: hidden;}
.gallery-top .swiper-slide .wz .nr p{font-size: 14px; line-height: 24px; color: #666;}
.gallery-top .swiper-slide .wz .txt_img{position: absolute; top: 50px; right: 80px; z-index: -1;}

.gallery-top .swiper-slide .wz h3 {
	padding: 15px 0px;
}

.gallery-top .swiper-slide .wz h3 a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	width: 200px;
	text-align: center;
	background: linear-gradient(to right, #01b6fd, #166dce);
}

.gallery-top .swiper-slide .wz h3 a i {
	margin-left: 15px;
	transition: all 0.5s ease 0s;
}

.gallery-top .swiper-slide .wz h3 a:hover i {
	margin-left: 5px;
	transition: all 0.5s ease 0s;
}

.gallery-thumbs {
	box-sizing: border-box;
	width:calc(55% - 200px);
	position: absolute !important; bottom: 80px; right: 150px;

}

.gallery-thumbs .swiper-wrapper{ height: auto;}
.gallery-thumbs .swiper-slide {
	height: auto; cursor: pointer; box-sizing: border-box; padding: 5px;
	opacity: 0.4;
	width: 16.6%;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide img {display: block;width: 100%;height: auto; box-shadow: 0px 0px 6px #ccc;}
.gallery-thumbs .swiper-slide h2{ display: block; text-align: center; margin-top: 10px; font-size: 13px;}

.in_box66 .swiper-button-next{ position: absolute; bottom: 120px; right: 80px; top: auto; background: none; width: 40px; height: 40px; background: url(../images/in_news_ro.png) no-repeat; background-size: cover;}
.in_box66 .swiper-button-prev{ position: absolute; bottom: 120px; right:calc(55% - 20px); left: auto; top: auto; background: none; width: 40px; height: 40px; background: url(../images/in_news_lo.png) no-repeat; background-size: cover;}




.in_box7{ padding: 40px 0px; background: url(../images/in_bookbj.png) left center; background-repeat: no-repeat; background-size: contain;}
.in_box7 .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box7 .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box7 .bt span{ float: right; text-transform: uppercase;}
.in_box7 .bt span a{ font-size: 13px; color: #2990f9;}
.in_box7 .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box7 .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}


.in_box71{ text-align:left; padding-top: 40px;}
.in_box71 .hd{ width: 240px; float: left;}
.in_box71 .hd ul{ display: flex; align-content: center; flex-direction: column;}
.in_box71 .hd ul li{ width: 240px; cursor:pointer; padding: 22px 0px; position: relative; padding-left: 80px;}
.in_box71 .hd ul li b{ font-size: 22px; color: #333; float: left; padding-right: 4px; font-style: italic; font-family: Georgia, 'Times New Roman', Times, serif;}
.in_box71 .hd ul li h2{ float: left; color: #333; font-size: 18px; font-weight: bold;}
.in_box71 .hd ul li h2 p{ font-size: 13px; color: #999; font-weight: normal;}
.in_box71 .hd ul li.on b{ color: #2990f9; font-size: 35px; font-weight: bold; margin-top: -10px;}
.in_box71 .hd ul li.on::after{ content: ''; height: 2px; width: 50%; position: absolute; left: 0px; top: 40px; z-index: 0px; background: #2990f9;}

.in_box71 .bd ul{ width: calc(100% - 350px); float: right;}
.in_box71 .bd li{ width:calc(50% - 40px); float: left; margin: 0px 20px;}
.in_box71 .bd li a{ display: block;}
.in_box71 .bd li a img{ width: 100%; height: auto;}
.in_box71 .bd li a span{ display: block; text-align: center; font-size: 20px; font-weight: bold; color: #333; padding: 10px 0px;}

.in_box71 .arrow a{ width:5px; height:9px; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.in_box71 .arrow .next{ background-position:0 -50px;  }
.in_box71 .arrow .prevStop{ background-position:-60px 0; }
.in_box71 .arrow .nextStop{ background-position:-60px -50px; }

.in_box71 .pageState{ display: inline-block; font-size: 20px; padding-left: 80px; margin-right: 10px;}
.in_box71 .pageState span{color: #2990f9;}


.in_box8{ background: #e0ecf2; padding: 40px 0px;}
.in_box8 .bt{ font-size: 32px; color: #333; font-weight: bold;}
.in_box8 .bt p{ font-size: 14px; color: #ccc; text-transform: uppercase; font-weight: normal;}
.in_box8 .bt span{ float: right; text-transform: uppercase; padding-top: 20px;}
.in_box8 .bt span a{ font-size: 13px; color: #2990f9;}
.in_box8 .bt span a img{ margin-left: 10px; transition: all 0.5s ease 0s;}
.in_box8 .bt span a:hover img{ margin-left: 3px; transition: all 0.5s ease 0s;}


.in_box8_nr {
	width: 100%;
	padding-top: 30px !important;
}



.in_box8_nr .swiper-slide a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.in_box8_nr .swiper-slide a h2 {
	width: 100%;
	height: auto;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.in_box8_nr .swiper-slide a h2 img { width: 100%; height: auto;}

.in_box8_nr .swiper-slide h3{ padding: 10px; text-align: center;}
.in_box8_nr .swiper-slide h3 b{ font-size: 20px; padding-bottom: 10px; display: block; color: #333;}
.in_box8_nr .swiper-slide h3 p{ font-size: 14px;}
.in_box8_nr .swiper-slide .nr{ background: rgba(41, 144, 249, 0.75); position: absolute; height: 70%; width: 100%; bottom: -100%; left: 0px; display:flex; color: #fff; flex-direction: column;
	align-items: center; justify-content: center; text-align: center; padding: 15px; transition: all 0.5s ease 0s;}
.in_box8_nr .swiper-slide:hover .nr{ display: block;  bottom: 0px; transition: all 0.5s ease 0s;}
.in_box8_nr .swiper-slide .nr h2{ font-size: 20px; padding-bottom: 15px;}
.in_box8_nr .swiper-slide .nr span a{ display: block; width: 100px; color: #2990f9; margin: 0px auto; line-height: 30px; font-size: 14px; margin-top: 20px; background: #fff; border-radius: 15px;}
.in_box8_nr .swiper-slide .nr span a:hover{ box-shadow: 0px 0px 15px #999;}


.bottom{ background: #434343;}
.bottom1{ border-top: 3px solid #127eea; padding: 30px 0px; background: #fff;}
.bottom1  ul{ display: flex; justify-content: center;}
.bottom1  ul li{ width: 140px;}
.bottom1  ul li:nth-child(1){ margin-right: 20px; width: auto; white-space: nowrap;}
.bottom1 h2{ font-size: 14px; display: block; line-height: 30px;}
.bottom1  ul li select{ width: 90%; height: 30px; line-height: 30px;}

.bottom2{ max-width: 1000px; margin: 0px auto; padding: 20px 0px; color: #fff; font-size: 12px; text-align: center; line-height: 24px; position: relative;}
.bottom2 a{ color: #fff;}
.bottom2 span{ position: absolute; right: 0px; top: 20px;}


.ny_banner {
	height: 400px;
	background: url(../images/ny_banner.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ny_banner h2 {
	font-size: 45px;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.ny_banner p{ padding-top: 10px; color: #fff; font-size: 24px; text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);}



.ny_lj {
	padding: 25px 0px;
	background: #f8f8f8;
	box-shadow: 0px 0px 5px #999; position: relative; z-index: 2;
}

.ny_lj a {
	color: #2b7bc6;
}

.ny {
	padding: 40px 50px !important; background: #fff;
}

.ny1 .ny1_l {
	width: 295px;
}

.ny1 .ny1_l .dh {
	box-shadow: 0px 0px 8px #ccc;
	background: url(../images/left_dhbj.png) no-repeat center center #f5f5f5;
	position: relative;
	border-radius: 0px 15px 15px 0px;
}

.ny1 .ny1_l .dh .bt {
	height: 76px;
	line-height: 60px;
	background: url(../images/left_dhtop.png) no-repeat;
	position: absolute;
	width: 324px;
	top: -10px;
	left: -18px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.ny1 .ny1_l .dh ul {
	padding: 15px;
	padding-top: 80px;
}

.ny1 .ny1_l .dh ul li a {
	position: relative;
	background:rgba(255, 255, 255, 0.6);
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	color: #333;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 15px;
}

.ny1 .ny1_l .dh ul li a:hover {background: linear-gradient(to right, #166ccd, #00b7fd); color: #fff;
}

.ny1 .ny1_l .dh ul li a:hover i {
	display: block;
}

.ny1 .ny1_l .dh ul li.on a {
	background: linear-gradient(to right, #166ccd, #00b7fd);  color: #fff;
}

.ny1 .ny1_l .dh ul li.open a{
	background: linear-gradient(to right, #166ccd, #00b7fd);  color: #fff;
}

.ny1 .ny1_l .dh ul li a i {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 22px;
}

.ny1 .ny1_l .dh ul li.open a i{
	transform: rotate(180deg);
}

.ny1 .ny1_l .dh ul li ul{
	padding: 15px;
	margin-top: -15px;
}


.ny1 .ny1_l .dh ul li ul li a,.ny1 .ny1_l .dh ul li.on ul li a,.ny1 .ny1_l .dh ul li.open ul li a{
	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: auto;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	color: #333;
	padding:10px;
	margin-bottom: 8px;
	border-radius: 8px;
}

.ny1 .ny1_l .dh ul li ul li a:hover,.ny1 .ny1_l .dh ul li.on ul li a:hover,.ny1 .ny1_l .dh ul li.open ul li a:hover{
	background: linear-gradient(to right, #166ccd, #00b7fd);  color: #fff;
}

.ny1 .ny1_l .dh ul li ul li a.on,.ny1 .ny1_l .dh ul li.on ul li a.on,.ny1 .ny1_l .dh ul li.open ul li a.on{
	background: linear-gradient(to right, #166ccd, #00b7fd);  color: #fff;
}



.ny1 .ny1_l .ggw {
	margin-top: 25px;
}

.ny1 .ny1_l .ggw ul li {
	width: 100%;
	margin-bottom: 20px;
}

.ny1 .ny1_l .ggw ul li img {
	width: 100%;
	height: auto;
}

.ny1 .ny1_r {
	width: calc(100% - 360px);
}

.ny1 .ny1_r .bt {
	font-size: 24px;
	color: #2b7bc6;
	border-bottom: 2px solid #ddd;
	padding: 10px 0px;
}
.ny1 .ny1_r .bt b{ color: #ccc; font-weight: normal;}


.ny1 .ny1_r .bt h2 a{ display: inline-block; font-size: 16px; background: #f6f6f6; margin-right: 15px; padding: 15px 20px; border-radius: 5px; margin-bottom: 10px;}
.ny1 .ny1_r .bt h2 a:hover{background: #127eea; color: #fff;}
.ny1 .ny1_r .bt h2 a.on{background: #127eea; color: #fff;}


.ny_about {
	font-size: 15px;
	color: #333;
	padding: 20px 0px;
}

.ny_about p {
	line-height: 30px;
}

.ny_about img {
	max-width: 1100px !important;
	width: 100% !important;
	height: auto !important;
}


.jgszlistbox{ margin-top:30px; padding-bottom: 37px; }
.jgszbox_head{height:35px;background:url(../images/jgszitembg.png) no-repeat left bottom;margin-bottom:11px;}
.jgszbox_head div{float:left;height:35px;font-size:18px;line-height:35px;text-align:left;color:#3260bf;background:url(../images/jgszitem04.jpg) repeat-x left center; padding-right: 15px;}
.jgszbox_head span{ float: left;; width: 12px; height: 35px; }
.jgszbox_head span.leftspan{ background: url(../images/leftspan.jpg) no-repeat left center; }
.jgszbox_head span.rightspan{ background: url(../images/rightspan.jpg) no-repeat right center; }
.jgszbox_type{ margin:19px 0 8px; padding-left:8px; font-size:14px; line-height:14px; color:#282828; font-weight:bold; }
.jgszlist{ margin-bottom:20px; overflow:hidden; }
.jgszli{ float:left; min-width:50%; }
.jgszli a{ padding-left:22px; background:url(../images/arrow_jgsz.png) no-repeat 8px center; font-size:16px; line-height:38px; color:#000000; transition:all 0.5s ease 0s; }
.jgszli a:hover{ color:#c92f27; }


.ny_about1 {
	margin-top: 20px;
}


.ny_about1 ul {
	margin-bottom: 20px;
	padding-bottom: 20px;

}

.ny_about1 ul li {
	padding-bottom: 25px;
}

.ny_about1 ul li dl dt {
	overflow: hidden;
	position: relative;
	display: block;
	background: #fafafa;
	padding: 15px; color: #156dce;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
}
.ny_about1 ul li dl dd{ width: calc(50% - 1px); float: left; background: #fafafa; font-size: 16px; text-indent: 24px; line-height: 50px; margin-bottom: 2px; margin-right: 2px;}
.ny_about1 ul li dl dd:nth-child(2n+1){ margin-right: 0px;}
.ny_about1 ul li dl dd:hover{ background: #fff; box-shadow: 0px 5px 5px #ccc;}
.ny_about1 ul li dl dd a{ display: block;}

.ny_about1 ul li dl dd.lrld{ width: 100%; line-height: 30px; padding: 15px 0px;}
.ny_about1 ul li dl dd.lrld:hover{ background:#fafafa; }

/*CSS sabrosus style pagination*/
DIV.sabrosus {
	padding: 5px;
	MARGIN: 25px 3px 25px 3px;
	TEXT-ALIGN: center;
	font-size: 14px;
}

DIV.sabrosus A {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
	background: #fff;
}

DIV.sabrosus A:hover {
	padding: 5px 15px;
	background: #2b7bc6;
	color: #fff;
	border: #2b7bc6 1px solid;
}

DIV.sabrosus SPAN.current {
	padding: 5px 15px;
	background: #2b7bc6;
	color: #fff;
	border: #2b7bc6 1px solid;
}

DIV.sabrosus SPAN.disabled {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	MARGIN-RIGHT: 5px;
	text-decoration: none;
}

DIV.pagination A:active {
	padding: 5px 15px;
	background: #2b7bc6;
	color: #fff;
	MARGIN-RIGHT: 5px;
	border: #2b7bc6 1px solid;
}


.organizing_xx {
	max-width: 1200px;
	position: relative;
	margin: 40px auto;
}

.organizing_xx img {
	width: 100%;
}

.organizing_xx .wz {
	width: 280px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	height: 160px;
	position: absolute;
	bottom: -80px;
	left: 80px;
	background: #176ccc;
	color: #fff;
	display: table;
}

.organizing_xx .wz1 {
	display: table-cell;
	vertical-align: middle;
}

.organizing_xx .wz h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.organizing_xx .wz p {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
}

.organizing_xx1 {
	max-width: 1200px;
	position: relative;
	margin: 40px auto 40px;
	box-sizing: border-box;
	padding-left: 450px;
	font-size: 14px;
}

.organizing_xx1 p {
	line-height: 30px;
}

.organizing_xx1 img {
	max-width: 1100px !important;
	width: auto !important;
	height: auto !important;
}


.ny_news {
	padding: 25px;
	background: #f8fcff;
}

.ny_news ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.ny_news ul li .img {
	width: 25%;
	overflow: hidden;
	min-width: 270px;
	box-shadow: 0px 0px 5px #999;
	float: right;
}

.ny_news ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ny_news ul li .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.ny_news ul li .img img {
	width: 100%;
	height: auto;
}

.ny_news ul li .nr {
	width: calc(100% - 290px);
	float: left;
}

.ny_news1 ul li .nr {
	width: 100%;
	float: right;
}

.ny_news ul li .nr .time {
	padding: 10px 0px;
	width: calc(100% - 110px);
}

.ny_news ul li .nr .time span {
	padding-right: 20px;
	font-size: 14px;
}

.ny_news ul li .nr .time span img {
	margin-right: 3px;
}

.ny_news ul li .nr .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.ny_news ul li .nr .time a i {
	margin-right: 5px;
}

.ny_news ul li .nr .time a.on {
	color: #fff;
	background: #00bafe;
}

.ny_news ul li .nr .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #00bafe !important;
}


.ny_news ul li .nr h2 a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
	width: calc(100% - 110px);
}

.ny_news ul li .nr h2 a::after{ position: absolute; content: ''; width: 4px; height: 4px; border-radius: 50%; left: 0px; top: 8px; background: #176ccd;}

.ny_news ul li .nr h2 a:hover {
	color: #2b7bc6;
}

.ny_news ul li .nr p {
	font-size: 14px;
	color: #999;
}

.ny_news ul li .nr h3 {
	float: right;
}

.ny_news ul li .nr h3 a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0px 25px;
	border: 1px solid #2b7bc6;
	color: #2b7bc6;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.ny_news ul li .nr h3 a i {
	font-size: 16px;
	margin-right: 5px;
}

.ny_news ul li .nr h3 a:hover {
	background: #2b7bc6;
	color: #fff;
}

.newsxx {
	padding: 20px;
	color: #333;
	background: #f8fcff;
}

.newsxx .bt {
	border-bottom: 1px solid #ddd !important;
	height: auto;
	line-height: auto;
	position: relative;
}

.newsxx .bt h2 {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding-bottom: 7px;
	line-height: 35px;
	height: auto;
}

.newsxx .bt h3{ font-size: 15px; color: #888; text-align: center; padding-bottom: 10px;}


.newsxx .bt h5 {
	font-size: 13px;
	-webkit-text-size-adjust: none;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0px;
	color: #777;
}
.newsxx .bt h5 span{ float: right;}
.newsxx .bt h5 b{ padding: 0px 10px;}
.newsxx .bt h5 b i{ margin-right: 2px;}
.newsxx .bt h5 font{  display: block; float: left; padding-top: 10px;}

.newsxx .bt h5 font#fabu{ position: absolute; left: 40%; bottom: 5px;}

.newsxx .bt .bdsharebuttonbox {
	margin-bottom: -20px;
	display: inline-flex;
}

.newsxx .bt h2 span {
	float: right;
}

.newsxx .nr {
	font-size: 21px;
	padding: 15px 0px;
}

.newsxx .nr p {
	line-height: 30px;
}

.newsxx .nr img {
	max-width: 800px !important;
	width: auto !important;
	height: auto !important;
}


.expert ul li{ float: left; width: 25%; padding: 20px 30px;}
.expert ul li h2{ width: 100%; height: 80px; display: inline-flex; justify-items: center; flex-direction: column; align-items: center;  text-align: center; justify-content: center;}
.expert ul li h2 p{ font-size: 14px; line-height: 20px; display: block; width: 100%; font-weight:bold; overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;}
/* .expert ul li h2 p:nth-child(3n+0){ display: none;} */
.expert ul li h2 span{ font-size: 16px; color: #2369ae; font-weight: bold; padding-top: 5px;}
.expert ul li h3{ width:100%; margin-bottom: 10px; background-size: cover; background-position: top center; background-repeat: no-repeat;}
.expert ul li h3 img{ width: 100%; height: auto; box-shadow: 5px 5px 10px #ccc;}
.expert ul li p{ display: block; width: 50%; display: inline-flex; justify-items: center; flex-direction: column; font-size: 14px; line-height: 24px; justify-content: center;}

.xgxw{ margin-top: 30px;}
.xgxw ul{ padding-top: 10px;}
.xgxw ul li{ width: 50%; float: left;}
.xgxw ul li a{ display: block; font-size: 15px; line-height: 35px; position: relative; padding-left: 10px; overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.xgxw ul li a::after{ content: ''; position: absolute; left: 0px; top: 16px; width: 4px; height: 4px; border-radius: 50%; background: #2369ae;}


.in_banner2 .swiper-slide h2 {
	width: 100%;
}


.dsj_swiper{
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.dsj_swiper .swiper-slide{
	width: 100%;
}

.dsj_swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
}

.dsj_swiper .swiper-button-next, .dsj_swiper .swiper-button-prev{
}